home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * insigma.css
- * Insigma demo main stylesheet
- * (c) Copyright Insigma Technologies 1999
- *
- * 1999/01/26 sgb
- */
-
- body
- {
- bgcolor: #FFFCF2;
- }
-
- p
- { font-size: 8pt;
- font-family: verdana,helvetica,sans-serif;
- color: #666AFA;
- }
-
- .menuon
- { font-size: 12pt;
- font-weight: bold;
- color: #FF0000;
- }
-
- a:link
- { font-size: 12pt;
- font-family: verdana,helvetica,sans-serif;
- color: #666AFA;
- line-height: 140%;
- text-decoration: none;
- }
-
- a:active
- { font-size: 12pt;
- font-family: verdana,helvetica,sans-serif;
- color: #FF0000;
- line-height: 140%;
- text-decoration: none;
- }
-
- a:visited
- { font-size: 12pt;
- font-family: verdana,helvetica,sans-serif;
- color: #666AFA;
- line-height: 140%;
- text-decoration: none;
- }
-
- a:hover
- { font-size: 12pt;
- font-family: verdana,helvetica,sans-serif;
- color: #FF0000;
- line-height: 140%;
- text-decoration: none;
- }
-
-
- .large
- {
- font-size : 24pt;
- line-height : 120%;
- }
-